﻿2026-08-29T05:53:21.9399311Z ##[group]Run set -euo pipefail
2026-08-29T05:53:21.9399601Z [36;1mset -euo pipefail[0m
2026-08-29T05:53:21.9399839Z [36;1mPIN=0c95435[0m
2026-08-29T05:53:21.9400049Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-29T05:53:21.9400291Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-29T05:53:21.9400606Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-29T05:53:21.9401003Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-29T05:53:21.9401402Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-29T05:53:21.9401731Z [36;1m  rm -rf "$CACHE"[0m
2026-08-29T05:53:21.9401957Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-29T05:53:21.9402226Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-29T05:53:21.9402558Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-29T05:53:21.9402969Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-29T05:53:21.9403402Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-29T05:53:21.9403812Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-29T05:53:21.9404232Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-29T05:53:21.9404651Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-29T05:53:21.9405060Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-29T05:53:21.9405478Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-29T05:53:21.9405822Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-29T05:53:21.9406160Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-29T05:53:21.9406613Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-29T05:53:21.9407076Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-29T05:53:21.9407314Z [36;1mfi[0m
2026-08-29T05:53:21.9407560Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-29T05:53:21.9407910Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-29T05:53:21.9419855Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-29T05:53:21.9420131Z env:
2026-08-29T05:53:21.9420340Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-29T05:53:21.9420698Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33236164340-1-8VW2Dj
2026-08-29T05:53:21.9421131Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33236164340-1-8VW2Dj
2026-08-29T05:53:21.9421599Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33236164340-1-8VW2Dj
2026-08-29T05:53:21.9422022Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33236164340-1-8VW2Dj
2026-08-29T05:53:21.9422356Z ##[endgroup]
2026-08-29T05:53:22.2770857Z    Compiling proc-macro2 v1.0.106
2026-08-29T05:53:22.2771385Z    Compiling unicode-ident v1.0.24
2026-08-29T05:53:22.2771684Z    Compiling quote v1.0.45
2026-08-29T05:53:22.2812326Z    Compiling libc v0.2.186
2026-08-29T05:53:22.2813127Z    Compiling cfg-if v1.0.4
2026-08-29T05:53:22.2813916Z    Compiling serde_core v1.0.228
2026-08-29T05:53:22.2828129Z    Compiling serde v1.0.228
2026-08-29T05:53:22.2840789Z    Compiling typenum v1.20.1
2026-08-29T05:53:22.2872583Z    Compiling log v0.4.32
2026-08-29T05:53:22.2892249Z    Compiling version_check v0.9.5
2026-08-29T05:53:22.2957018Z    Compiling pin-project-lite v0.2.17
2026-08-29T05:53:22.2987375Z    Compiling portable-atomic v1.13.1
2026-08-29T05:53:22.2988021Z    Compiling memchr v2.8.1
2026-08-29T05:53:22.3067359Z    Compiling critical-section v1.2.0
2026-08-29T05:53:22.3068026Z    Compiling subtle v2.6.1
2026-08-29T05:53:22.3856875Z    Compiling find-msvc-tools v0.1.9
2026-08-29T05:53:22.3999543Z    Compiling shlex v2.0.1
2026-08-29T05:53:22.4275695Z    Compiling futures-core v0.3.32
2026-08-29T05:53:22.4601486Z    Compiling smallvec v1.15.1
2026-08-29T05:53:22.4817600Z    Compiling bytes v1.11.1
2026-08-29T05:53:22.5344418Z    Compiling equivalent v1.0.2
2026-08-29T05:53:22.5995200Z    Compiling itoa v1.0.18
2026-08-29T05:53:22.6111587Z    Compiling semver v1.0.28
2026-08-29T05:53:22.6291820Z    Compiling stable_deref_trait v1.2.1
2026-08-29T05:53:22.6744976Z    Compiling generic-array v0.14.7
2026-08-29T05:53:22.6967731Z    Compiling slab v0.4.12
2026-08-29T05:53:22.7025257Z    Compiling futures-io v0.3.32
2026-08-29T05:53:22.7026187Z    Compiling futures-sink v0.3.32
2026-08-29T05:53:22.7033087Z    Compiling futures-task v0.3.32
2026-08-29T05:53:22.7221155Z    Compiling rand_core v0.10.1
2026-08-29T05:53:22.8023570Z    Compiling futures-channel v0.3.32
2026-08-29T05:53:22.8609810Z    Compiling bitflags v2.12.1
2026-08-29T05:53:22.8836134Z    Compiling hashbrown v0.17.1
2026-08-29T05:53:22.8902591Z    Compiling rustversion v1.0.22
2026-08-29T05:53:22.8972645Z    Compiling getrandom v0.4.2
2026-08-29T05:53:22.8973663Z    Compiling cpufeatures v0.2.17
2026-08-29T05:53:22.9110139Z    Compiling autocfg v1.5.1
2026-08-29T05:53:22.9190408Z    Compiling scopeguard v1.2.0
2026-08-29T05:53:22.9760866Z    Compiling rustc_version v0.4.1
2026-08-29T05:53:23.0110820Z    Compiling fnv v1.0.7
2026-08-29T05:53:23.0630631Z    Compiling lock_api v0.4.14
2026-08-29T05:53:23.0935905Z    Compiling strsim v0.11.1
2026-08-29T05:53:23.1088256Z    Compiling cfg_aliases v0.2.1
2026-08-29T05:53:23.1523346Z    Compiling const-oid v0.9.6
2026-08-29T05:53:23.1676580Z    Compiling litemap v0.8.2
2026-08-29T05:53:23.1681306Z    Compiling libm v0.2.16
2026-08-29T05:53:23.3280676Z    Compiling writeable v0.6.3
2026-08-29T05:53:23.3657731Z    Compiling icu_properties_data v2.2.0
2026-08-29T05:53:23.3770399Z    Compiling dunce v1.0.5
2026-08-29T05:53:23.3882243Z    Compiling num-traits v0.2.19
2026-08-29T05:53:23.4009750Z    Compiling ident_case v1.0.1
2026-08-29T05:53:23.4203805Z    Compiling utf8_iter v1.0.4
2026-08-29T05:53:23.4685585Z    Compiling fs_extra v1.3.0
2026-08-29T05:53:23.4887619Z    Compiling icu_normalizer_data v2.2.0
2026-08-29T05:53:23.5617658Z    Compiling percent-encoding v2.3.2
2026-08-29T05:53:23.5650484Z    Compiling http v1.4.1
2026-08-29T05:53:23.6750692Z    Compiling hybrid-array v0.4.12
2026-08-29T05:53:23.7111533Z    Compiling syn v2.0.117
2026-08-29T05:53:23.7531177Z    Compiling indexmap v2.14.0
2026-08-29T05:53:23.7790076Z    Compiling aws-lc-rs v1.17.0
2026-08-29T05:53:23.7804390Z    Compiling unicode-segmentation v1.13.3
2026-08-29T05:53:23.7943304Z    Compiling thiserror v2.0.18
2026-08-29T05:53:23.7947462Z    Compiling zerocopy v0.8.50
2026-08-29T05:53:23.8006201Z    Compiling cpufeatures v0.3.0
2026-08-29T05:53:23.8348031Z    Compiling form_urlencoded v1.2.2
2026-08-29T05:53:23.8774674Z    Compiling spin v0.9.8
2026-08-29T05:53:23.9507344Z    Compiling untrusted v0.9.0
2026-08-29T05:53:24.0300437Z    Compiling rustls v0.23.40
2026-08-29T05:53:24.0380761Z    Compiling heck v0.5.0
2026-08-29T05:53:24.0710834Z    Compiling anyhow v1.0.102
2026-08-29T05:53:24.0790437Z    Compiling unicode-xid v0.2.6
2026-08-29T05:53:24.1770506Z    Compiling jobserver v0.1.34
2026-08-29T05:53:24.1772115Z    Compiling atomic-waker v1.1.2
2026-08-29T05:53:24.2202405Z    Compiling const-oid v0.10.2
2026-08-29T05:53:24.2340011Z    Compiling parking_lot_core v0.9.12
2026-08-29T05:53:24.2857115Z    Compiling httparse v1.10.1
2026-08-29T05:53:24.2938596Z    Compiling convert_case v0.10.0
2026-08-29T05:53:24.3580395Z    Compiling block-buffer v0.12.0
2026-08-29T05:53:24.3949321Z    Compiling crypto-common v0.2.2
2026-08-29T05:53:24.4410563Z    Compiling crypto-common v0.1.7
2026-08-29T05:53:24.4515792Z    Compiling block-buffer v0.10.4
2026-08-29T05:53:24.4541260Z    Compiling inout v0.2.2
2026-08-29T05:53:24.5143641Z    Compiling cc v1.2.63
2026-08-29T05:53:24.5559172Z    Compiling digest v0.10.7
2026-08-29T05:53:24.5639386Z    Compiling fastrand v2.4.1
2026-08-29T05:53:24.5812462Z    Compiling paste v1.0.15
2026-08-29T05:53:24.6177494Z    Compiling http-body v1.0.1
2026-08-29T05:53:24.6589991Z    Compiling curve25519-dalek v4.1.3
2026-08-29T05:53:24.6714332Z    Compiling ahash v0.8.12
2026-08-29T05:53:24.7281494Z    Compiling either v1.16.0
2026-08-29T05:53:24.7511570Z    Compiling powerfmt v0.2.0
2026-08-29T05:53:24.8353573Z    Compiling base64ct v1.8.3
2026-08-29T05:53:24.8355841Z    Compiling sha2 v0.10.9
2026-08-29T05:53:24.9765040Z    Compiling deranged v0.5.8
2026-08-29T05:53:25.0239194Z    Compiling mio v1.2.1
2026-08-29T05:53:25.1310859Z    Compiling socket2 v0.6.4
2026-08-29T05:53:25.1848811Z    Compiling getrandom v0.2.17
2026-08-29T05:53:25.2100942Z    Compiling pem-rfc7468 v1.0.0
2026-08-29T05:53:25.3746725Z    Compiling rand_core v0.6.4
2026-08-29T05:53:25.4166311Z    Compiling cipher v0.5.2
2026-08-29T05:53:25.4571717Z    Compiling uuid v1.23.2
2026-08-29T05:53:25.5121930Z    Compiling tinyvec_macros v0.1.1
2026-08-29T05:53:25.5220214Z    Compiling num-conv v0.2.2
2026-08-29T05:53:25.5683660Z    Compiling base64 v0.22.1
2026-08-29T05:53:25.6300743Z    Compiling signature v2.2.0
2026-08-29T05:53:25.6841180Z    Compiling pkg-config v0.3.33
2026-08-29T05:53:25.6922207Z    Compiling tower-service v0.3.3
2026-08-29T05:53:25.7336389Z    Compiling cmake v0.1.58
2026-08-29T05:53:25.7480855Z    Compiling chacha20 v0.10.0
2026-08-29T05:53:25.7600179Z    Compiling vcpkg v0.2.15
2026-08-29T05:53:25.7672727Z    Compiling data-encoding v2.11.0
2026-08-29T05:53:25.8196781Z    Compiling try-lock v0.2.5
2026-08-29T05:53:25.8481651Z    Compiling time-core v0.1.8
2026-08-29T05:53:25.8970575Z    Compiling zmij v1.0.21
2026-08-29T05:53:25.9361137Z    Compiling want v0.3.1
2026-08-29T05:53:25.9720763Z    Compiling num-integer v0.1.47
2026-08-29T05:53:26.0095746Z    Compiling parking_lot v0.12.5
2026-08-29T05:53:26.0114821Z    Compiling tinyvec v1.11.0
2026-08-29T05:53:26.0180512Z    Compiling inout v0.1.4
2026-08-29T05:53:26.0957033Z    Compiling rand v0.10.1
2026-08-29T05:53:26.1051593Z    Compiling spt-procident v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-29T05:53:26.1470646Z    Compiling vergen-lib v9.1.0
2026-08-29T05:53:26.1574822Z    Compiling n0-future v0.3.2
2026-08-29T05:53:26.2160176Z    Compiling winnow v1.0.3
2026-08-29T05:53:26.2901493Z    Compiling parking v2.2.1
2026-08-29T05:53:26.2911780Z    Compiling serde_json v1.0.150
2026-08-29T05:53:26.3665483Z    Compiling diatomic-waker v0.2.3
2026-08-29T05:53:26.4111227Z    Compiling num-bigint-dig v0.8.6
2026-08-29T05:53:26.4414322Z    Compiling crossbeam-utils v0.8.21
2026-08-29T05:53:26.4671144Z    Compiling httpdate v1.0.3
2026-08-29T05:53:26.4779108Z    Compiling cordyceps v0.3.4
2026-08-29T05:53:26.5060915Z    Compiling spin v0.10.0
2026-08-29T05:53:26.5755505Z    Compiling futures-lite v2.6.1
2026-08-29T05:53:26.5903537Z    Compiling num-iter v0.1.46
2026-08-29T05:53:26.6119213Z    Compiling spt-poolguard v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-29T05:53:26.6748077Z    Compiling cipher v0.4.4
2026-08-29T05:53:26.6751507Z    Compiling aws-lc-sys v0.41.0
2026-08-29T05:53:26.6879186Z    Compiling ring v0.17.14
2026-08-29T05:53:26.6953284Z    Compiling libsqlite3-sys v0.30.1
2026-08-29T05:53:26.7075403Z    Compiling ed25519 v2.2.3
2026-08-29T05:53:26.7240902Z    Compiling netlink-packet-core v0.8.1
2026-08-29T05:53:26.7924149Z    Compiling digest v0.11.3
2026-08-29T05:53:26.8360398Z    Compiling futures-buffered v0.2.13
2026-08-29T05:53:26.9170663Z    Compiling universal-hash v0.5.1
2026-08-29T05:53:26.9370185Z    Compiling lazy_static v1.5.0
2026-08-29T05:53:26.9542685Z    Compiling vergen-lib v0.1.6
2026-08-29T05:53:26.9830419Z    Compiling vergen v9.1.0
2026-08-29T05:53:27.0141738Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-29T05:53:27.0679086Z    Compiling heapless v0.7.17
2026-08-29T05:53:27.0883692Z    Compiling noq-udp v0.10.0
2026-08-29T05:53:27.1292531Z    Compiling aho-corasick v1.1.4
2026-08-29T05:53:27.1294048Z    Compiling sync_wrapper v1.0.2
2026-08-29T05:53:27.1423346Z    Compiling byteorder v1.5.0
2026-08-29T05:53:27.1684998Z    Compiling opaque-debug v0.3.1
2026-08-29T05:53:27.2354057Z    Compiling regex-syntax v0.8.10
2026-08-29T05:53:27.2359937Z    Compiling allocator-api2 v0.2.21
2026-08-29T05:53:27.2492182Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-29T05:53:27.3307504Z    Compiling hash32 v0.2.1
2026-08-29T05:53:27.3391182Z    Compiling spt-store v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-29T05:53:27.3546480Z    Compiling polyval v0.6.2
2026-08-29T05:53:27.5250318Z    Compiling vergen-gitcl v1.0.8
2026-08-29T05:53:27.5641302Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-29T05:53:27.6658365Z    Compiling signature v3.0.0
2026-08-29T05:53:27.6725767Z    Compiling fallible-iterator v0.3.0
2026-08-29T05:53:27.7015470Z    Compiling tower-layer v0.3.3
2026-08-29T05:53:27.7097799Z    Compiling num_threads v0.1.7
2026-08-29T05:53:27.7098870Z    Compiling ryu v1.0.23
2026-08-29T05:53:27.7879705Z    Compiling time v0.3.47
2026-08-29T05:53:27.8608126Z    Compiling ghash v0.5.1
2026-08-29T05:53:27.8767955Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-29T05:53:27.8933121Z    Compiling sha2 v0.11.0-rc.5
2026-08-29T05:53:27.9641064Z    Compiling ctr v0.9.2
2026-08-29T05:53:28.0018897Z    Compiling aes v0.8.4
2026-08-29T05:53:28.1359984Z    Compiling fs2 v0.4.3
2026-08-29T05:53:28.2550385Z    Compiling http-body-util v0.1.3
2026-08-29T05:53:28.2857153Z    Compiling aead v0.5.2
2026-08-29T05:53:28.3970860Z    Compiling utf8parse v0.2.2
2026-08-29T05:53:28.4577770Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-29T05:53:28.4802230Z    Compiling arrayvec v0.7.6
2026-08-29T05:53:28.5350942Z    Compiling rustix v1.1.4
2026-08-29T05:53:28.5481862Z    Compiling openssl-probe v0.2.1
2026-08-29T05:53:28.6813409Z    Compiling aes-gcm v0.10.3
2026-08-29T05:53:28.7074851Z    Compiling crossbeam-channel v0.5.15
2026-08-29T05:53:28.7260803Z    Compiling crossbeam-epoch v0.9.18
2026-08-29T05:53:28.8464664Z    Compiling netlink-packet-route v0.29.0
2026-08-29T05:53:28.8827148Z    Compiling blake3 v1.8.5
2026-08-29T05:53:28.9662870Z    Compiling memoffset v0.6.5
2026-08-29T05:53:29.1153408Z    Compiling acto v0.8.2
2026-08-29T05:53:29.1390909Z    Compiling netwatch v0.16.0
2026-08-29T05:53:29.1680736Z    Compiling synstructure v0.13.2
2026-08-29T05:53:29.2902550Z    Compiling darling_core v0.20.11
2026-08-29T05:53:29.2903471Z    Compiling ppv-lite86 v0.2.21
2026-08-29T05:53:29.3795222Z    Compiling proc-macro-crate v3.5.0
2026-08-29T05:53:29.4634571Z    Compiling noq v0.18.0
2026-08-29T05:53:29.5170949Z    Compiling mac-addr v0.3.0
2026-08-29T05:53:29.5901708Z    Compiling foldhash v0.2.0
2026-08-29T05:53:29.6916914Z    Compiling lru-slab v0.1.2
2026-08-29T05:53:29.7001252Z    Compiling xml-rs v0.8.28
2026-08-29T05:53:29.7931042Z    Compiling regex-automata v0.4.14
2026-08-29T05:53:29.8078397Z    Compiling rand_chacha v0.3.1
2026-08-29T05:53:29.8370964Z    Compiling sorted-index-buffer v0.2.1
2026-08-29T05:53:29.8691787Z    Compiling rustc-hash v2.1.2
2026-08-29T05:53:29.9520952Z    Compiling ref-cast v1.0.25
2026-08-29T05:53:29.9746731Z    Compiling thiserror v1.0.69
2026-08-29T05:53:29.9747841Z    Compiling identity-hash v0.1.0
2026-08-29T05:53:29.9810177Z    Compiling tagptr v0.2.0
2026-08-29T05:53:30.0667874Z    Compiling linux-raw-sys v0.12.1
2026-08-29T05:53:30.1379543Z    Compiling rand v0.8.7
2026-08-29T05:53:30.2595056Z    Compiling hashbrown v0.16.1
2026-08-29T05:53:30.3524178Z    Compiling serde_derive_internals v0.29.1
2026-08-29T05:53:30.5625630Z    Compiling netlink-packet-route v0.30.0
2026-08-29T05:53:30.7600363Z    Compiling xmltree v0.10.3
2026-08-29T05:53:31.0176739Z    Compiling serial-core v0.4.0
2026-08-29T05:53:31.1120885Z    Compiling errno v0.3.14
2026-08-29T05:53:31.1967850Z    Compiling ioctl-rs v0.1.6
2026-08-29T05:53:31.2299723Z    Compiling termios v0.2.2
2026-08-29T05:53:31.2860845Z    Compiling serde_derive v1.0.228
2026-08-29T05:53:31.2862455Z    Compiling zeroize_derive v1.4.3
2026-08-29T05:53:31.3060548Z    Compiling tokio-macros v2.7.0
2026-08-29T05:53:31.4115565Z    Compiling zerofrom-derive v0.1.7
2026-08-29T05:53:31.6127771Z    Compiling futures-macro v0.3.32
2026-08-29T05:53:31.6330602Z    Compiling yoke-derive v0.8.2
2026-08-29T05:53:31.7026575Z    Compiling zerovec-derive v0.11.3
2026-08-29T05:53:31.7470574Z    Compiling displaydoc v0.2.6
2026-08-29T05:53:31.9275002Z    Compiling zeroize v1.8.2
2026-08-29T05:53:32.1030970Z    Compiling tokio v1.52.3
2026-08-29T05:53:32.1435012Z    Compiling tracing-attributes v0.1.31
2026-08-29T05:53:32.4240846Z    Compiling rustls-pki-types v1.14.1
2026-08-29T05:53:32.6609470Z    Compiling thiserror-impl v2.0.18
2026-08-29T05:53:32.7122564Z    Compiling futures-util v0.3.32
2026-08-29T05:53:33.0058132Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-29T05:53:33.0160414Z    Compiling zerofrom v0.1.8
2026-08-29T05:53:33.1516860Z    Compiling yoke v0.8.3
2026-08-29T05:53:33.2576221Z    Compiling darling_macro v0.20.11
2026-08-29T05:53:33.3661174Z    Compiling zerovec v0.11.6
2026-08-29T05:53:33.3731898Z    Compiling zerotrie v0.2.4
2026-08-29T05:53:33.6211018Z    Compiling darling v0.20.11
2026-08-29T05:53:33.6521077Z    Compiling derive_more-impl v2.1.1
2026-08-29T05:53:33.6970874Z    Compiling derive_builder_core v0.20.2
2026-08-29T05:53:33.8441473Z    Compiling der v0.7.10
2026-08-29T05:53:33.9022018Z    Compiling spez v0.1.2
2026-08-29T05:53:34.2341243Z    Compiling tinystr v0.8.3
2026-08-29T05:53:34.2951420Z    Compiling potential_utf v0.1.5
2026-08-29T05:53:34.4566067Z    Compiling icu_locale_core v2.2.0
2026-08-29T05:53:34.4697430Z    Compiling icu_collections v2.2.0
2026-08-29T05:53:34.4806528Z    Compiling n0-error-macros v0.1.3
2026-08-29T05:53:35.0756829Z    Compiling derive_builder_macro v0.20.2
2026-08-29T05:53:35.2700681Z    Compiling spki v0.7.3
2026-08-29T05:53:35.3721740Z    Compiling derive_builder v0.20.2
2026-08-29T05:53:35.4627576Z    Compiling der v0.8.0-rc.10
2026-08-29T05:53:35.4696679Z    Compiling pin-project-internal v1.1.13
2026-08-29T05:53:35.5167207Z    Compiling n0-error v0.1.3
2026-08-29T05:53:35.7680627Z    Compiling icu_provider v2.2.0
2026-08-29T05:53:35.8715294Z    Compiling pkcs8 v0.10.2
2026-08-29T05:53:36.1790644Z    Compiling icu_normalizer v2.2.0
2026-08-29T05:53:36.1930824Z    Compiling icu_properties v2.2.0
2026-08-29T05:53:36.2100564Z    Compiling pkcs1 v0.7.5
2026-08-29T05:53:36.2720857Z    Compiling ed25519-dalek v2.2.0
2026-08-29T05:53:36.5120928Z    Compiling futures-executor v0.3.32
2026-08-29T05:53:36.7374668Z    Compiling futures v0.3.32
2026-08-29T05:53:36.7935319Z    Compiling spt-proto v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-29T05:53:36.8286891Z    Compiling cobs v0.3.0
2026-08-29T05:53:36.8376527Z    Compiling pin-project v1.1.13
2026-08-29T05:53:36.8422952Z    Compiling regex v1.12.3
2026-08-29T05:53:36.8911006Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-29T05:53:37.0397409Z    Compiling ipnet v2.12.0
2026-08-29T05:53:37.0494358Z    Compiling spki v0.8.0-rc.4
2026-08-29T05:53:37.2698707Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-29T05:53:37.4371147Z    Compiling prefix-trie v0.8.4
2026-08-29T05:53:37.4490876Z    Compiling ed25519 v3.0.0-rc.4
2026-08-29T05:53:37.6541420Z    Compiling postcard-derive v0.2.2
2026-08-29T05:53:37.8167883Z    Compiling once_cell v1.21.4
2026-08-29T05:53:37.8298125Z    Compiling idna_adapter v1.2.2
2026-08-29T05:53:37.8830935Z    Compiling data-encoding-macro v0.1.20
2026-08-29T05:53:37.9469859Z    Compiling idna v1.1.0
2026-08-29T05:53:38.0684642Z    Compiling tracing-core v0.1.36
2026-08-29T05:53:38.1206243Z    Compiling derive_more v2.1.1
2026-08-29T05:53:38.1640321Z    Compiling rsa v0.9.10
2026-08-29T05:53:38.1818103Z    Compiling postcard v1.1.3
2026-08-29T05:53:38.3064585Z    Compiling hashbrown v0.14.5
2026-08-29T05:53:38.3200654Z    Compiling rustls-native-certs v0.8.4
2026-08-29T05:53:38.3311076Z    Compiling num_enum_derive v0.7.6
2026-08-29T05:53:38.4657969Z    Compiling tokio-util v0.7.18
2026-08-29T05:53:38.4840529Z    Compiling url v2.5.8
2026-08-29T05:53:38.6480872Z    Compiling tracing v0.1.44
2026-08-29T05:53:38.7110984Z    Compiling netlink-sys v0.8.8
2026-08-29T05:53:38.7661199Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-29T05:53:38.9723720Z    Compiling tower v0.5.3
2026-08-29T05:53:38.9912138Z    Compiling enum-assoc v1.3.0
2026-08-29T05:53:39.0064147Z    Compiling async-trait v0.1.89
2026-08-29T05:53:39.1340661Z    Compiling hashlink v0.9.1
2026-08-29T05:53:39.1444190Z    Compiling iroh-metrics-derive v0.4.1
2026-08-29T05:53:39.1947055Z    Compiling strum_macros v0.28.0
2026-08-29T05:53:39.2046370Z    Compiling netlink-proto v0.12.0
2026-08-29T05:53:39.2940858Z    Compiling netdev v0.42.0
2026-08-29T05:53:39.4190738Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-29T05:53:39.4644334Z    Compiling h2 v0.4.14
2026-08-29T05:53:39.5688649Z    Compiling rusqlite v0.32.1
2026-08-29T05:53:39.6040671Z    Compiling iroh-metrics v0.38.3
2026-08-29T05:53:39.6570410Z    Compiling tower-http v0.6.11
2026-08-29T05:53:39.6634424Z    Compiling n0-watcher v0.6.1
2026-08-29T05:53:39.7542253Z    Compiling tokio-stream v0.1.18
2026-08-29T05:53:39.7743779Z    Compiling num_enum v0.7.6
2026-08-29T05:53:39.8755140Z    Compiling iroh-base v0.98.0
2026-08-29T05:53:39.9182117Z    Compiling attohttpc v0.30.1
2026-08-29T05:53:40.0150634Z    Compiling iroh-relay v0.98.0
2026-08-29T05:53:40.1903834Z    Compiling moka v0.12.15
2026-08-29T05:53:40.2722217Z    Compiling serde_spanned v0.6.9
2026-08-29T05:53:40.2820967Z    Compiling toml_datetime v0.6.11
2026-08-29T05:53:40.2940572Z    Compiling ref-cast-impl v1.0.25
2026-08-29T05:53:40.4190776Z    Compiling thiserror-impl v1.0.69
2026-08-29T05:53:40.4238036Z    Compiling simple-dns v0.9.3
2026-08-29T05:53:40.6312845Z    Compiling toml_write v0.1.2
2026-08-29T05:53:40.6393564Z    Compiling sha1_smol v1.0.1
2026-08-29T05:53:40.7683750Z    Compiling smol_str v0.1.24
2026-08-29T05:53:40.8622574Z    Compiling signal-hook v0.3.18
2026-08-29T05:53:40.8735902Z    Compiling resolv-conf v0.7.6
2026-08-29T05:53:40.9927018Z    Compiling constant_time_eq v0.4.2
2026-08-29T05:53:41.0214327Z    Compiling winnow v0.7.15
2026-08-29T05:53:41.0550825Z    Compiling arrayref v0.3.9
2026-08-29T05:53:41.1076888Z    Compiling simdutf8 v0.1.5
2026-08-29T05:53:41.5030652Z    Compiling webpki-roots v1.0.7
2026-08-29T05:53:41.5451290Z    Compiling schemars_derive v1.2.1
2026-08-29T05:53:41.5513337Z    Compiling serial-unix v0.4.0
2026-08-29T05:53:41.6291684Z    Compiling signal-hook-registry v1.4.8
2026-08-29T05:53:41.7421983Z    Compiling lru v0.16.4
2026-08-29T05:53:41.8399315Z    Compiling darling_core v0.23.0
2026-08-29T05:53:41.9175186Z    Compiling serde_bytes v0.11.19
2026-08-29T05:53:42.0167040Z    Compiling seize v0.5.1
2026-08-29T05:53:42.0262086Z    Compiling strum v0.28.0
2026-08-29T05:53:42.0263444Z    Compiling hmac v0.12.1
2026-08-29T05:53:42.0400760Z    Compiling iroh v0.98.2
2026-08-29T05:53:42.1372903Z    Compiling iroh-dns v0.98.0
2026-08-29T05:53:42.1661928Z    Compiling pin-utils v0.1.0
2026-08-29T05:53:42.2056174Z    Compiling rustix v0.38.44
2026-08-29T05:53:42.2272202Z    Compiling dyn-clone v1.0.20
2026-08-29T05:53:42.2379727Z    Compiling bitflags v1.3.2
2026-08-29T05:53:42.2900872Z    Compiling cmov v0.5.4
2026-08-29T05:53:42.3209330Z    Compiling nix v0.25.1
2026-08-29T05:53:42.3534834Z    Compiling papaya v0.2.4
2026-08-29T05:53:42.3621820Z    Compiling hkdf v0.12.4
2026-08-29T05:53:42.4846849Z    Compiling filedescriptor v0.8.3
2026-08-29T05:53:42.4927548Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-29T05:53:42.5785224Z    Compiling ctutils v0.4.2
2026-08-29T05:53:42.6881304Z    Compiling serial v0.4.0
2026-08-29T05:53:42.7001172Z    Compiling backon v1.6.0
2026-08-29T05:53:42.7620624Z    Compiling anstyle-parse v1.0.0
2026-08-29T05:53:42.8327596Z    Compiling vte_generate_state_changes v0.1.2
2026-08-29T05:53:42.9568494Z    Compiling is_terminal_polyfill v1.70.2
2026-08-29T05:53:42.9643711Z    Compiling anstyle v1.0.14
2026-08-29T05:53:43.0123084Z    Compiling unicode-width v0.2.0
2026-08-29T05:53:43.0305825Z    Compiling instability v0.3.12
2026-08-29T05:53:43.0437454Z    Compiling linux-raw-sys v0.4.15
2026-08-29T05:53:43.1644003Z    Compiling downcast-rs v1.2.1
2026-08-29T05:53:43.1790389Z    Compiling foldhash v0.1.5
2026-08-29T05:53:43.2348661Z    Compiling shell-words v1.1.1
2026-08-29T05:53:43.2420525Z    Compiling colorchoice v1.0.5
2026-08-29T05:53:43.2891069Z    Compiling anstyle-query v1.1.5
2026-08-29T05:53:43.3441021Z    Compiling hashbrown v0.15.5
2026-08-29T05:53:43.3645468Z    Compiling anstream v1.0.0
2026-08-29T05:53:43.3882492Z    Compiling vte v0.13.1
2026-08-29T05:53:43.3921751Z    Compiling signal-hook-mio v0.2.5
2026-08-29T05:53:43.4142139Z    Compiling spake2 v0.4.0
2026-08-29T05:53:43.5129886Z    Compiling schemars v1.2.1
2026-08-29T05:53:43.5351278Z    Compiling terminal_size v0.4.4
2026-08-29T05:53:43.6570711Z    Compiling toml_edit v0.22.27
2026-08-29T05:53:43.7450032Z    Compiling strum_macros v0.26.4
2026-08-29T05:53:43.8396262Z    Compiling itertools v0.13.0
2026-08-29T05:53:43.8484474Z    Compiling sha1 v0.10.6
2026-08-29T05:53:44.1194621Z    Compiling castaway v0.2.4
2026-08-29T05:53:44.1676911Z    Compiling unicode-width v0.1.14
2026-08-29T05:53:44.2002318Z    Compiling static_assertions v1.1.0
2026-08-29T05:53:44.2600765Z    Compiling doctest-file v1.1.1
2026-08-29T05:53:44.4846116Z    Compiling clap_lex v1.1.0
2026-08-29T05:53:44.5022399Z    Compiling indoc v2.0.7
2026-08-29T05:53:44.6910058Z    Compiling interprocess v2.4.2
2026-08-29T05:53:44.7490534Z    Compiling clap_builder v4.6.0
2026-08-29T05:53:44.7959189Z    Compiling crossterm v0.28.1
2026-08-29T05:53:44.9740667Z    Compiling compact_str v0.8.2
2026-08-29T05:53:45.3406574Z    Compiling lru v0.12.5
2026-08-29T05:53:45.4574068Z    Compiling hyper v1.10.1
2026-08-29T05:53:45.5750750Z    Compiling darling_macro v0.23.0
2026-08-29T05:53:45.6112929Z    Compiling clap_derive v4.6.1
2026-08-29T05:53:45.9034170Z    Compiling darling v0.23.0
2026-08-29T05:53:45.9233333Z    Compiling unicode-truncate v1.1.0
2026-08-29T05:53:46.0134601Z    Compiling cassowary v0.3.0
2026-08-29T05:53:46.0890885Z    Compiling iana-time-zone v0.1.65
2026-08-29T05:53:46.1067238Z    Compiling nucleo-matcher v0.3.1
2026-08-29T05:53:46.1423550Z    Compiling strum v0.26.3
2026-08-29T05:53:46.2584025Z    Compiling qrcode v0.14.1
2026-08-29T05:53:46.4650398Z    Compiling toml v0.8.23
2026-08-29T05:53:46.4926113Z    Compiling portable-pty v0.8.1
2026-08-29T05:53:46.6117568Z    Compiling ratatui v0.29.0
2026-08-29T05:53:46.7406911Z    Compiling chrono v0.4.45
2026-08-29T05:53:46.9059248Z    Compiling tempfile v3.27.0
2026-08-29T05:53:47.2622676Z    Compiling spt-test-support v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-29T05:53:47.5051267Z    Compiling hyper-util v0.1.20
2026-08-29T05:53:47.9368815Z    Compiling clap v4.6.1
2026-08-29T05:53:48.9613827Z    Compiling spt-msg v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-29T05:53:49.4007473Z    Compiling spt-runtime v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-29T05:53:49.4009271Z    Compiling spt-term v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-29T05:53:49.4983682Z    Compiling igd-next v0.17.1
2026-08-29T05:53:50.7060990Z    Compiling portmapper v0.16.0
2026-08-29T05:53:52.6407588Z    Compiling spt-live v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-29T05:53:55.2287401Z    Compiling rustls-webpki v0.103.13
2026-08-29T05:53:57.5682903Z    Compiling tokio-rustls v0.26.4
2026-08-29T05:53:57.5683298Z    Compiling noq-proto v0.17.0
2026-08-29T05:53:57.5683606Z    Compiling rustls-platform-verifier v0.7.0
2026-08-29T05:53:57.7210477Z    Compiling hyper-rustls v0.27.9
2026-08-29T05:53:57.7213387Z    Compiling hickory-net v0.26.0-beta.4
2026-08-29T05:53:57.7213768Z    Compiling tokio-websockets v0.13.2
2026-08-29T05:53:57.8523809Z    Compiling reqwest v0.13.4
2026-08-29T05:53:58.7572673Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-29T05:54:12.2522111Z    Compiling spt-net v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-29T05:54:14.0930696Z    Compiling spt-daemon v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-29T05:54:24.8378414Z    Compiling spt v0.65.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-29T05:54:32.2566745Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
2026-08-29T05:54:32.2791954Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-f4060391ec735447)
2026-08-29T05:54:32.2805491Z 
2026-08-29T05:54:32.2805619Z running 1 test
2026-08-29T05:54:38.9845870Z test new_brain_serves_against_old_broker ... ok
2026-08-29T05:54:38.9846218Z 
2026-08-29T05:54:38.9846494Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.70s
2026-08-29T05:54:38.9846842Z 
